﻿html
{	
	background-color:#eaeaea;
	width:100%;
	height:100%;
}

body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#eaeaea;
	
}

form
{
	margin:0px;
	padding:0px;
}

.clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

.outer
{
	width:100%;
	text-align:center;
}

.inner
{
	width:100%;
	text-align:center;
	width:980px;
	margin:0px auto;
}

/* ########################################### */
.header
{
	background-image: url(images/bg_white_body.gif);
	background-repeat: repeat-y;
	text-align:left;
}

.header_top
{
	background-image: url(images/bg_dark_top.gif);
	background-repeat: no-repeat;
	background-position:center top;
	padding-bottom:2px;
	padding-top:16px;
	padding-left:15px;
	padding-right:15px;
	color: White;
	font-family:Arial, sans-serif;
	font-size: 12px;
	height:23px;
}

.header_top .links
{
	float:left;
	line-height:22px;
}

.header_top .links SPAN
{
	padding:0px 2px;
}

.header_top .links A
{
	text-decoration: none;
	color: #e0dede;
}

.header_top .links A:hover
{
	text-decoration: underline;
}




/* ########################################### */

.header_top .langs
{
	float:right;
	text-align:right;
}

.header_body
{
	padding:15px 10px 5px 10px;
}	

.header_bottom
{
	background-image: url(images/bg_white_bottom.gif);
	background-repeat: no-repeat;
	background-position: left -50px;
	height:10px;
	overflow:hidden;
}
/* ----------------------------------------- */
.logo
{
	float:left;
}

.logo a.text_only
{	
    line-height:50px;
    font-family: Trebuchet MS;
	text-decoration: none;
	font-size:25px;
	padding-left:10px;
	color:#747474;	
}

.logo a img
{
    border:0px;
}

.utilities
{
	float:right;
}

/* ########################################### */

.main_area
{
	background-image: url(images/bg_white_body.gif);
	background-repeat: repeat-y;
	text-align:left;
}

.main_area_top
{
	background-image: url(images/bg_white_top.gif);
	background-repeat: no-repeat;
	background-position: left -5px;
	height:10px;
	overflow:hidden;
}

.main_area_body
{
	padding:1px 10px 1px 10px;
	font-family:  Arial, Sans-Serif;
	font-size: 12px;
}	

.main_area_body H1
{
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:18px;
	font-weight: normal;
	margin:8px 0px 2px 10px;
	display: block;
	position:relative;
}

.main_area_bottom
{
	background-image: url(images/bg_white_bottom.gif);
	background-repeat: no-repeat;
	background-position: left -50px;
	height:10px;
	overflow:hidden;
}

.main_area_dark_bottom
{
	background-image: url(images/bg_dark_bottom.gif);
	background-repeat: no-repeat;
	background-position:center -25px;
	height:15px;
	padding-top:5px;
	padding-bottom:14px;
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	color: White;
	font-family:Arial, sans-serif;
	font-size: 12px;
}

/* ########################################### */

ul.special_offers 
{
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	overflow: hidden;
	width: 870px;
	height: 22px;
}

ul.special_offers li 
{
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	padding: 3px 5px;
	color: #e0dede;
}

ul.special_offers li A
{
	text-decoration: underline;
}


ul.special_offers li span
{
	color:White;
	padding-right: 5px;
}

ul.special_offers li span A
{
	color:White;
	text-decoration: underline;
}

/* ----------------------------------------- */


.search_area
{
	padding-top: 20px;
	padding-bottom:20px;	
}

.search_area table tr td
{
    padding-right:10px;
}

.search_area table tr td label
{
	display:block;
	line-height:20px;
	height:23px;
	overflow:hidden;
	vertical-align: baseline;
	clear:right;
}

.search_area table tr td img
{
    vertical-align: top;
}

.search_area table tr td label img
{
    vertical-align: top;
}

.search_area table tr td select
{
    font-size:12px;
    height:20px;
}

.search_area table tr td input
{
    font-size:12px;
    height:16px;
	padding-top:0px;
	padding-bottom:0px;
}

.search_area table tr td input.date
{
	padding-top:0px;
	padding-bottom:0px;
	width:65px !important;
}

button.custom1, button.custom2
{
	line-height:16px;
	color:#555555;
	cursor:pointer;
	color: #1c8400;
	border: 1px solid #d3d3d3; 	
	background-image:url(images/ui-bg_glass_75_e6e6e6_1x400.png); 
	background-image:url(images/menu/ui-bg_glass_75_e6e6e6_1x400.png);
	background-image:url(images/menu/ui-bg_glass_75_dadada_1x400.png);
	background-color: #e6e6e6;
	background-position: 50% 50%;
	background-repeat:repeat-x;
	font-weight: normal; 
	color: #555555; 
	outline: none; 
	font-size:12px;
}

a.button_link
{
    display:block;
    width:120px;
    text-align:center;
    line-height:16px;
    text-decoration:none;
	color:#555555;
	cursor:pointer;
	color: #1c8400;
	border: 1px solid #d3d3d3; 	
	background-image:url(images/menu/ui-bg_glass_75_dadada_1x400.png);
	background-color: #e6e6e6;
	background-position: 50% 50%;
	background-repeat:repeat-x;
	font-weight: normal; 
	color: #555555; 
	font-size:12px;
}

button.custom1:hover, button.custom2:hover
{
	background-position: left -203px;
}

/* ---------------------------------- */
.reseration_steps
{	
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	height:28px;
}

.reseration_steps OL
{
	display: inline;
	list-style: none;
	margin:0px;
	padding:0px;
}

.reseration_steps OL LI
{
	display: inline;
	list-style: none;
	float:left;
	margin:0px;
	padding:0px;
	height:28px;
	overflow:hidden;
}

.reseration_steps OL LI .res_step, .reseration_steps OL LI .res_step_sel
{
	background-image: url(images/foothead.png);
	background-repeat: no-repeat;
	background-position: left -1px;
	padding-left: 20px;
	font-weight: bold;
	height:28px;
	line-height:28px;
	padding-right:10px;
	color:#d5d5d5;
	color: #cdcccc;
	color: #c4c2c2;
	float:left;
}

.reseration_steps OL LI .res_step_sel
{
	color:Black;
}

/* ########################################### */

.two_columns, .two_columns_border
{
	background-image: url(images/preferences_column.gif);
	background-repeat: repeat-y;
	background-position: 640px center;
	padding-bottom:15px;
	margin-left:10px;
}

.two_columns_border
{
	border-top:1px solid #d5d5d5;
	padding-top:15px;
}

.col_left
{
	float:left;
	width:620px;
}

.col_right
{
	float:right;
	width:285px;
	padding-right:15px;
	padding-top:15px;
}

.col_left H2
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	color:#5b5a5a;
	border-bottom:#ddd 1px solid;
	font-size:20px;
	font-size:17px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	line-height:1.4em;	
}

.rooms_odd
{
   
}



.col_left .rooms_title
{
    color:#5b5a5a;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, san-serif;
    font-size:15px;
    text-decoration:none;
    margin-top:3px;
    margin-bottom:10px;
	border-bottom:#ddd 1px solid;
	background-color:#ededed;
	padding:2px 0px 0px 5px;
}

.col_left .rooms
{
    padding-left:5px;
    margin-bottom:15px;
}

.col_left .rooms .photos
{
   
}


.col_left .rooms .photos
{
	/*
    background-color:#fbfbfb;
	padding:3px 7px 15px 0px;
	border-bottom:#ddd 1px dotted;
	border-top:#ddd 1px dotted;
	line-height:150%;
    */
}

.col_left .rooms .photos .photos_title
{
    color:#5b5a5a;
    font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, san-serif;
    font-size:13px;
    text-decoration:none;
    margin-top:3px;
    margin-bottom:5px;
	border-bottom:#ddd 1px solid;
}


.col_left .rooms .photos .gitem
{
    float:left;
    width:100px;
    height:70px;
}

.col_left .rooms .photos .gitem a
{
    border:2px solid #c4c4c4;
    display:block;
    width:92px;
    height:62px;
}

.col_left .rooms .photos .gitem a img
{
    border:1px solid white;
}

.col_left .rooms .photos .gitem a:hover
{
    border-color:#4eb305;
}




/* ########################################### */

.footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px 10px;
	color:#5e5d5d;
}

.footer .line1
{
	border-bottom: 1px solid #d5d5d5;
	padding-bottom:2px;
}

.footer .line1 .cards
{
	float:left;
}

.footer .line1 .powered
{
	float:right;
}

/*

.footer .line1 .left 
{
	float:left;
}

.footer .line1 .left .links A:hover
{
	text-decoration:underline;
	
}
.footer .line2 .links 
{
	text-align: right;
	padding-bottom:3px;
}

.footer .line2 .siteseal
{
	float:left;
}*/

.footer .line2
{
	margin-bottom:4px;
	padding-top:5px;
}

.footer .line2 .copy
{
    float:left;
	text-align:left;
	color:#999;
}

.footer .line2 .copy A
{
	color:#999;
	text-decoration: underline;
}

.footer .line2 .copy A:hover
{
	color:#5e5d5d;
}

.footer .line2 .booking_engine
{
    float:right;
	text-align:right;
	color:#999;
}

.footer .line3
{
	border-top: 1px solid #d5d5d5;
	margin-top:4px;
	padding-top:4px;
	color:#999;
	text-align:left;
}

.footer .line3 A
{
	color:#999;
	text-decoration: underline;
}

.footer .line3 A:hover
{
	color:#5e5d5d;
}



/* ########################################### */

.rates_container
{
	
}

.rate
{
	border:1px solid #dddddd;
	margin-bottom:10px;
}

.rate_header
{
	background-color:#eeeded;
	background-color:#dddddd;
	padding:5px 10px;
	border-bottom:1px solid #dddddd;
	background-image: url(jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png);
	/*
	text-shadow: color X Y (blur radius);
	text-shadow: #fff 1px 1px 1px;
	*/
	
}

.rate_header .rate_title
{
	font-weight:bold;
	font-size:13px;
}

.rate_header .rate_description
{
	padding:5px 0px 1px 0px;
}

	
TABLE.breakdown
{
	width:100%;
	table-layout: fixed;
}


TABLE.breakdown TD, TABLE.breakdown TH
{
	text-align:center;
	border-right:1px solid #eeeded;	
	border-bottom:1px solid #eeeded;	
	padding:5px 3px;
	vertical-align:middle;	
}

TABLE.breakdown TH
{
	color: Gray;
	border-bottom-width:2px;
}

TABLE.breakdown TH.room_types
{
	text-align:left;
	padding-left:10px;
}

TABLE.breakdown TD.room_texts
{
	vertical-align:middle;
	text-align:left;
	padding-left:10px;	
}

TABLE.breakdown TD.room_texts .name
{
	font-family:Tahoma, Arial, san-serif;
	font-size:15px;
	font-weight:bold;	
}

TABLE.breakdown TD.room_texts .brief
{
	font-family:Tahoma;
	font-size:10px;
	color:#666;
}

TABLE.breakdown .thumb
{
	vertical-align:middle;
}

TABLE.breakdown .thumb A IMG
{
	border:none;
	width:90px;
	height:60px;
}

TABLE.breakdown .wk
{
	white-space:nowrap;
	color: Gray;
}

TABLE.breakdown .total_price, TABLE.breakdown .room_price
{
	width:150px;
	font-family:Tahoma, Arial, san-serif;
	font-size:14px;
	margin:0px auto 0px auto;
	display: block;
	font-weight:bold;
	margin-bottom:5px;
} 

TABLE.breakdown .room_price
{
	font-size:11px;
	font-weight: normal;
} 

TABLE.breakdown TD.pc_ok
{
	border-bottom:2px solid #6cc13f;
}

TABLE.breakdown TD.pc_restr, TABLE.breakdown TD.pc_limited
{
	background-color: #f7f4f4;
	border-bottom:2px solid Gray;
}

TABLE.breakdown TD.pc_norate, TABLE.breakdown TD.pc_full,TABLE.breakdown TD.pc_call
{
	background-color: #f7f4f4;
	border-bottom:2px solid #808080;
	color:Red;
}

TABLE.breakdown TD.pc_call
{
	color:#808080;
}

TABLE.breakdown TD.other_month
{
	border-bottom-width:2px;
}


TABLE.breakdown TD .msg
{
	padding-top:5px;
	color: Gray;
	color:Red;
}





/* ########################################### */


TABLE.profile_form
{
	
}

TABLE.profile_form TR TD
{
	vertical-align:top;
	padding:3px 20px 2px 2px;	
}

TABLE.profile_form TR TD label
{
    padding-top:5px;
    display: block;
    white-space:nowrap;
}

TABLE.profile_form TR TD input, TABLE.profile_form TR TD textarea
{
	width:250px;
}

TABLE.profile_form TR TD select
{
	width:255px;
}

.payment_options P.amount_to_charge
{
	text-align:center;
	font-family: Tahoma;
	font-size:14px;
	font-weight: bold;
	padding:0px 0px 3px 0px;
	margin:0px 0px 0px 0px;
}

TABLE.payment_buttons
{
	width: 100%;
	table-layout: fixed;
}

TABLE.payment_buttons TD
{
	text-align:center;
	vertical-align: top;
	font-weight: bold;
	padding:10px;
}

TABLE.payment_buttons TD DIV
{
	border:1px solid #eeeded;	
	padding:5px;
}

TABLE.payment_buttons TD DIV P
{
	display:block;
	height:30px;
	font-size:15px;
	margin:0px 0px 7px 0px;
}

TABLE.payment_buttons TD DIV button
{
	height:78px;
	width:180px;
}

.submit_container
{
	text-align:right;
	border-top:#ddd 1px solid;
	padding-top: 3px;
	margin-top: 10px;
}

.submit_container button.custom1
{
    padding:4px 10px;
}


.accepted_cards
{
	padding-left:160px;
}

.accepted_cards IMG
{
	width:45px;
	height:45px;
}

/* ########################################### */

.col_right H2
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	color:#5b5a5a;	
	font-size:20px;
	font-size:17px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:1.4em;
}

.col_right .summary
{
	background-color:#f5f5f5;
	padding:0px 15px 15px 15px;
	border-bottom:#ddd 1px solid;
	border-top:#ddd 1px solid;
	line-height:150%;
}


.col_right .summary H3
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	color:#5b5a5a;
	border-bottom:#ddd 1px solid;
	font-size:13px;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:15px 0px 5px 0px;
}

.col_right .summary .total_cost
{
	text-align: right;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:18px;
}

.col_right .summary .payment_option
{
	padding-top:10px;
}

.col_right .summary .payment_option .title
{	
	font-weight:bold;
	background-image: url(images/payment_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:10px;
}

.col_right .summary .payment_option .content
{
	padding-left:10px;	
}

.col_right .photo_gallery
{
	background-color:#f5f5f5;
	padding:15px 7px 15px 8px;
	border-bottom:#ddd 1px solid;
	border-top:#ddd 1px solid;
	line-height:150%;
}

.col_right .photo_gallery .gitem
{
    float:left;
    padding:4px;
    width:80px;
    height:60px;
}

.col_right .photo_gallery .gitem a
{
    border:2px solid #c4c4c4;
    display:block;
    width:82px;
    height:62px;
}

.col_right .photo_gallery .gitem a img
{
    border:1px solid white;
}

.col_right .photo_gallery .gitem a:hover
{
    border-color:#4eb305;
}

/* ########################################### */

.confirmation_area2
{
	margin:15px 0px 10px 0px;	
}

.confirmation_area
{
	border:1px solid #b4e8aa;
	margin:15px 0px 10px 0px;	
}

.amount_to_pay
{
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:18px;
}

.confirmation_area2 .title, .confirmation_area2 .success_title
{
    font-weight:bold;
	font-family:  Trebuchet MS;	
	font-size:15px;
	border-color:#7ccb67;
	border:1px solid #b4e8aa;
	background-color: #e9f9e5;
	padding:10px;
}

.confirmation_area2 .success_title
{
	background-image: url(images/icon_confirmation.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding:14px 10px 14px 60px;
}

.confirmation_area .title
{
	/* color: #1c8400; */
	font-family:  Trebuchet MS;	
	font-size:15px;
	border-color:#7ccb67;
	padding:10px;
	border-bottom:1px solid #b4e8aa;
	background-color: #e9f9e5;
	background-image: url(images/icon_confirmation.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding:14px 10px 14px 60px;
}

.confirmation_area2 .cotent
{
	padding:10px;
}

.confirmation_area .cotent
{
	padding:10px;
	border-bottom:1px solid #b4e8aa;
}

.confirmation_area .actions
{
	padding:5px 10px;
	background-color: #e9f9e5;
}

button.orange_btn
{
    border:0px;
    margin:0px;
    padding:0px;
    background: none;
}

button.orange_btn .orange_btn_left
{
    background-image: url(images/orange_left.gif);
    background-repeat: no-repeat;
    background-position:left;
    padding-left:17px;
    height:24px;
    line-height:24px;
    font-weight:bold;
    color:#003366;
}

button.orange_btn  .orange_btn_right
{    
    background-image: url(images/orange_right.gif);
    background-repeat: no-repeat;
    background-position:right;
    padding-right:17px;
    height:24px;
}

/* -------------------------------------------- */

.header_menu
{
	background-image:url(images/hotel_menu_bg.jpg);
	height:30px;
	background-position:center 50%;
	margin-left:3px;
	margin-right:3px;
	background-repeat:no-repeat;
	border-top:1px solid #dddddd;
	overflow:hidden;
	padding-left:10px;
	padding-bottom:3px;
}

.header_menu ul 
{
	list-style:none;
	margin:0;
	padding:0;
}

.header_menu ul li 
{	
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
.header_menu ul li a 
{
	float:left;
	display:block;
	padding:0px 15px 0px 15px;
	line-height:29px;
	height:29px;
	color:#888888;
	text-decoration:none;
	border-right:1px solid #dddddd;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	background-image:url(images/menu/ui-bg_glass_75_dadada_1x400.png);
	background-image:url(images/menu/ui-bg_glass_75_e6e6e6_1x400.png);
	background-position:left -600px;
	background-repeat: repeat-x;
}

.header_menu ul li a.online
{
	font-weight:bold;
	color:#4eb305;
}

.header_menu ul li a:hover, .header_menu ul li a.sel
{
	background-position:left 50%;
}

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   white-space: normal;
   z-index: 3;
   display: none;
   border: #deca7e 1px solid;
   background-color: #f5f5b5;
   padding:8px 8px;
   line-height:18px;
   color:#303030;
   max-width:200px;
}


.deleted_price
{
    text-decoration: line-through;
    color: Gray;
    font-size:11px;    
    display:block;
}

.deleted_price_summary
{
    text-decoration: line-through;
    color: Red;
    font-size:15px; 
}

.deleted_room_price_summary
{
    text-decoration: line-through;
    color: Red;
    font-size:12px; 
}

TABLE.breakdown .total_price span.price a.fancyAjax
{
    padding-top:4px;  
	font-size:13px;
	font-weight:normal;
    display:block;
    color: #C72A00;  
    text-decoration:none;
}

TABLE.breakdown .total_price span.price a:hover.fancyAjax
{
    text-decoration: underline;
}

TABLE.breakdown .room_price span.save_price
{
	font-size:11px;
    color: #001EA4;  
    display:block;
} 

.segment_item
{	
	/*background-image:url(images/hotel_menu_bg.jpg);
	background-position:center 50%;*/
	padding:5px;
	border-bottom:1px solid #d5d5d5;
	border:1px solid #A9D260;
	margin-top:8px;
	background-color:#FAFFF1;
	height:16px;
}

.segment_item span.welcome
{
    float:left;
}

.segment_item span.tools
{
    float:right;
}

.segment_item span.tools A
{
    text-decoration:none;
}

.segment_item span.tools A:hover
{
    text-decoration: underline;    
}

#cc_form
{
    width:100%;
}

#pnlFax,#pnlBankTransfer,#pnlSelectedPaymentMethod
{
    padding-top:0px;
}

#cc_form h3,
#pnlFax h3,
#pnlBankTransfer h3,
#pnlSelectedPaymentMethod h3
{
    color:#999;
    text-indent:2px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
    font-size: 15px;
    font-weight: normal;
    padding-bottom:2px;
    border-bottom:1px dashed #999;
}

/*-----------------------------*/

.tblCurrencies
{
    width:100%;
}

.tblCurrencies thead tr th
{
    text-align: left;   
    background-color: #f3f6fb;  
    border-bottom:1px solid #dbe3ee;
    padding:3px 2px; 
}

.tblCurrencies tbody tr.odd td
{
    background-color: #f3f6fb;  
    padding:2px 2px;   
}

.tblCurrencies tbody tr.even td
{
    background-color: #ffffff; 
    padding:2px 2px;    
}

.rates_notice
{
    background-color: #fbec88;
    padding:10px;
    display:block;
    border: 1px solid #fad42e;
}

.exchangeLink
{
    margin-left:4px;
}

.exchangeLink img
{
    vertical-align: text-bottom;
}

a.change_payment
{
    color:#999999;
    text-decoration:none;
}

a:hover.change_payment
{
    color:#666666;
    text-decoration:underline;
}


/*********************************************************/

.res_info
{
	background-color:#f5f5f5;
}
.res_info .res_details
{
    float:left;
    widtH:350px;
    background-color:White;
	border-right:#ddd 1px solid;
}


.res_details H2
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	color:#5b5a5a;	
	font-size:20px;
	font-size:17px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:1.4em;
}

.res_details .summary
{
	padding:0px 15px 15px 0px;
	line-height:200%;
}


.res_details .summary H3
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	color:#5b5a5a;
	border-bottom:#ddd 1px solid;
	font-size:13px;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:15px 0px 5px 0px;
}

.res_details .summary .total_cost
{
	text-align: right;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:18px;
}

.res_details .summary .payment_option
{
	padding-top:10px;
}

.res_details .summary .payment_option .title
{	
	font-weight:bold;
	background-image: url(images/payment_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:10px;
}

.res_details .summary .payment_option .content
{
	padding-left:10px;	
}

.res_details .photo_gallery
{
	background-color:#f5f5f5;
	padding:15px 7px 15px 8px;
	border-bottom:#ddd 1px solid;
	border-top:#ddd 1px solid;
	line-height:150%;
}

.res_details .photo_gallery .gitem
{
    float:left;
    padding:4px;
    width:80px;
    height:60px;
}

.res_details .photo_gallery .gitem a
{
    border:2px solid #c4c4c4;
    display:block;
    width:82px;
    height:62px;
}

.res_details .photo_gallery .gitem a img
{
    border:1px solid white;
}

.res_details .photo_gallery .gitem a:hover
{
    border-color:#4eb305;
}
/*-----------------------*/
.res_info .res_actions
{
    float:left;
    padding-left:10px;    
    width:259px;
	padding-top:15px;
	border-top:#ddd 1px solid;
}

.action_links
{
    padding-left:20px;
    padding-top:14px;
    line-height:150%;
}

.action_links a
{
    background-image:url(images/payment_arrow.gif);
    background-repeat:no-repeat;
    background-position: left center;
    padding-left:20px;
    display:block;
    font-weight:bold;
    color:Black;
    text-decoration:none;
}

.action_links a:hover
{
    color: #666;
}